For installed tests, we run the reftests with all the builtin
themes (minus platform-specific ones). Add HighContrastInverse
to that list.
$(testdata) \
reftests-dark.test.in \
reftests-hc.test.in \
+ reftests-hci.test.in \
reftests.test.in \
$(NULL)
built_tests = \
reftests.test \
reftests-dark.test \
- reftests-hc.test
+ reftests-hc.test \
+ reftests-hci.test \
+ $(NULL)
DISTCLEANFILES = $(built_tests)
--- /dev/null
+[Test]
+Exec=/bin/sh -c "env GTK_THEME=HighContrastInverse G_ENABLE_DIAGNOSTIC=0 @libexecdir@/installed-tests/gtk+/gtk-reftest -k --verbose --output $(pwd) --directory @libexecdir@/installed-tests/gtk+/reftests"
+Type=session-exclusive